Platform Explorer / Nuxeo Platform 6.0

Contribution org.nuxeo.ecm.platform.content.template.listener--listener

This contribution is part of XML component org.nuxeo.ecm.platform.content.template.listener inside nuxeo-platform-content-template-manager-6.0.jar

Documentation

Listen for Core event DOCUMENT_UPDATED and DOCUMENT_CREATED and call the DublinCoreStorageService.

Extension Point

Extension point listener of component EventServiceComponent.

Contributed Items

  • <listener async="false" class="org.nuxeo.ecm.platform.content.template.listener.ContentCreationListener" name="templateCreator" postCommit="false" priority="100">
        </listener>

XML Source

<extension point="listener" target="org.nuxeo.ecm.core.event.EventServiceComponent">
    <documentation>
      Listen for Core event DOCUMENT_UPDATED and DOCUMENT_CREATED and call the
      DublinCoreStorageService.

      @author Thierry Delprat (td@nuxeo.com)
    </documentation>

    <listener async="false" class="org.nuxeo.ecm.platform.content.template.listener.ContentCreationListener" name="templateCreator" postCommit="false" priority="100">
    </listener>
  </extension>